func internal/strconv.eiselLemire64

3 uses

	internal/strconv (current package)
		atof.go#L637: 		f, ok := eiselLemire64(mantissa, exp, neg)
		atof.go#L645: 			fUp, ok := eiselLemire64(mantissa+1, exp, neg)
		atofeisel.go#L24: func eiselLemire64(man uint64, exp10 int, neg bool) (f float64, ok bool) {